home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / docs / makefile.tc < prev    next >
Encoding:
Makefile  |  1993-12-30  |  650 b   |  42 lines

  1. #
  2. # Makefile for the IRIT solid modeler documentation (TC).
  3. #
  4.  
  5. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  6. # .SWAP
  7.  
  8. # Includes generic definitions.
  9. !include "..\makeflag.tc"
  10.  
  11. all:    irit.tex irit.doc irit.hlp
  12.  
  13. .src.tex:
  14.     .\irithlp -l -o $*.tex $<
  15.  
  16. .src.doc:
  17.     .\irithlp -t -o $*.doc $<
  18.  
  19. .src.hlp:
  20.     .\irithlp -h -o $*.hlp $<
  21.  
  22. HELP_OBJS = irithlp.obj
  23.  
  24. irithlp.exe: $(HELP_OBJS)
  25.     $(LNK) @&&!
  26. $(TC_LIB_DIR)\c0l+
  27. $(HELP_OBJS)
  28. irithlp.exe
  29. irithlp.map
  30. $(LIBS)
  31. !$(LFLAGS)
  32.  
  33.  
  34. install: irit.hlp
  35.     copy irit.hlp $(BIN_DIR)
  36.     del irit.hlp
  37.  
  38.  
  39. irit.tex: irithlp.exe irit.src
  40. irit.doc: irithlp.exe irit.src
  41. irit.hlp: irithlp.exe irit.src
  42.